home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / sftm.zip / SFTM.DOC < prev    next >
Text File  |  1993-01-27  |  5KB  |  151 lines

  1.  
  2. SFTM 1.30
  3. ---------
  4. Copyright (c) 1992-1993 by Craig R. Clark
  5.  
  6.  
  7. DESCRIPTION
  8.  
  9. System File Table Monitor is a full screen, interactive monitor written
  10. in Turbo Pascal 6.0 that displays a list of filenames currently open,
  11. along with a summary of the access used to open the file, and the
  12. current sharing mode.
  13.  
  14. Displayed on the lower status bar are the number of file tables found in
  15. DOS, the total number of handles allocated via FILES= statements, the
  16. number of files currently open, and the maximum number simultaneously
  17. opened since the program was started.
  18.  
  19. A clock is displayed on the upper status bar, and if run on a machine
  20. with the Lantastic REDIR loaded, the machine name also appears on this
  21. status bar.
  22.  
  23.  
  24. COMPATIBILITY
  25.  
  26. SFTM has been tested under Desqview 2.42, Windows 3.1, Lantastic 4.X,
  27. and DOS 5.0 on 286, 386 and 486 processors.  It displays the additional
  28. file tables created by Quarterdeck's FILES.COM utility included with
  29. QEMM.
  30.  
  31. It can be run in a 64K Desqview window, yet still monitor all files
  32. opened by every other application running under Desqview.  Function
  33. under Windows 3.1 is similar.
  34.  
  35.  
  36. OPERATION
  37.  
  38. There are no command line parameters.  Simply run SFTM.EXE, or create a
  39. suitable DV or Windows PIF for it.  It will detect the video mode, and
  40. adjust for monochrome or colour adapters.  It will also determine the
  41. maximum number of displayable lines, and run in that mode, whether it is
  42. 25, 28, 43, 50 lines or higher.
  43.  
  44. When using a normal 25 line screen, up to 88 files can be simultaneously
  45. displayed, along with their access codes.  On a 50 line screen, up to
  46. 188 files can be simultaneously displayed.
  47.  
  48. This utility can be invaluable in determining the access modes used by
  49. other software as an aid in troubleshooting system problems or for
  50. program debugging.  It can also warn if FILE HANDLES are set dangerously
  51. low, or excessively high.
  52.  
  53. Run on a Lantastic server, it is a useful alternative to ALONE.  All
  54. files open can be seen at a glance, and if left running for an extended
  55. period, the statistic collected on simultaneous files opened is useful
  56. in determining the optimum number of file handles to allocate without
  57. wasting resources.
  58.  
  59. The abbreviations used are as follows:
  60.  
  61. Access Modes:
  62.  
  63. RO - Read Only
  64. RW - Read/Write
  65. WO - Write Only
  66.  
  67. Sharing Modes:
  68.  
  69. CMP - Compatibility Mode
  70. EXC - Exclusive or Deny Read/Write
  71. DWR - Deny Write
  72. DRD - Deny Read
  73. DNO - Deny None
  74.  
  75.  
  76. COPYRIGHT
  77.  
  78. This is shareware software, not free software.  You are allowed to use
  79. it for a 10-day evaluation period.  For use beyond that time please
  80. register this software.
  81.  
  82. Registration will allow me to continue development of this utility. This
  83. software is not crippled in any way, as I do not believe you can fully
  84. evaluate the usefulness of crippled software.
  85.  
  86. Permission is given shareware distributors, online services and Bulletin
  87. Board operators to distribute this archive.  The files SFTM.EXE and
  88. SFTM.DOC must not be altered in any way.
  89.  
  90.  
  91. FUTURE DEVELOPMENT
  92.  
  93. A TSR version.
  94. Remote monitoring.
  95. Enhancements to allow for the display of more files than can fit on the
  96. screen at one time (multiple pages of files).
  97. Optional display of the complete drive/path.
  98. Name(s) of owner program(s).
  99. Suggestions?
  100.  
  101.  
  102. SUPPORT
  103.  
  104. Bug reports are welcome, and verified bugs will be corrected in the next
  105. release.
  106.  
  107. Support BBS:
  108. Christian Deliverance BBS - two lines, 24 hours a day
  109. 1-809-292-7376 USR HST 14.4K   1-809-292-1774 Intel V.32bis
  110.  
  111. Network Addresses:
  112. Fidonet 1:18/20 (no crash mail)
  113. GT Net  038/000 (crash mail ok)
  114.  
  115. I am also a regular caller to the Artifacts BBS, 1-602-293-0068.  I am
  116. not affiliated with Artisoft in any way, and Artisoft is in no way
  117. responsible for support of this product.  I give their number for use
  118. only if you cannot reach me any other way.  The most timely support will
  119. always be through my support BBS numbers listed above.
  120.  
  121.  
  122. DISCLAIMER
  123.  
  124. While I have made every effort to ensure that this software works as it
  125. is intended to, and I have tested it under a variety of operating
  126. conditions, I cannot be held responsible in the unlikely event of damage
  127. to your system by this product.
  128.  
  129.  
  130. REGISTRATION
  131.  
  132. Cost $15 US.
  133. If you would like the latest version on a diskette, please enclose an
  134. additional $5 US, specifying size and density.
  135.  
  136. All remittance should be in US funds - personal cheques and money orders
  137. are acceptable.  Please make payable to 'Craig R. Clark'.
  138.  
  139. All funds and any other correspondence should be mailed to:
  140.  
  141. Craig R. Clark
  142. P.O. Box DV 3
  143. Devonshire, DV BX
  144. BERMUDA.
  145.  
  146.  
  147. SFTM Version 1.30, released January 27th, 1993.
  148.  
  149. ** End.
  150.  
  151.